l7-logging: Notes on checking for collector, and finding logs - #2906
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates Calico Enterprise L7 logging documentation to help users validate Waypoint collector deployment and set expectations for when logs become visible in the web console, applying to Enterprise 3.24-1+ content (both unversioned and versioned docs).
Changes:
- Adds a “Verify the collector is running” section with a
kubectlcommand to check the Waypoint collector. - Adds a note that L7 logs can take several minutes to appear in the web console.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| calico-enterprise/observability/elastic/l7/enable-waypoint-collector.mdx | Adds collector verification guidance and a log-visibility timing note. |
| calico-enterprise_versioned_docs/version-3.24-1/observability/elastic/l7/enable-waypoint-collector.mdx | Mirrors the same guidance for the 3.24-1 versioned docs set. |
Suppressed comments (2)
calico-enterprise/observability/elastic/l7/enable-waypoint-collector.mdx:55
- This sentence says “pods listed”, but the command output is container names (and after updating the command, it will show pod + phase + container names). Adjust wording to match what the command prints.
You should see both the `istio-proxy` and `l7-collector` pods listed.
calico-enterprise_versioned_docs/version-3.24-1/observability/elastic/l7/enable-waypoint-collector.mdx:55
- This sentence says “pods listed”, but the command output is container names (and after updating the command, it will show pod + phase + container names). Adjust wording to match what the command prints.
You should see both the `istio-proxy` and `l7-collector` pods listed.
| kubectl get pods -n <namespace> -l gateway.networking.k8s.io/gateway-name=<waypoint-name> \ | ||
| -o jsonpath='{.items[*].spec.containers[*].name}' |
| kubectl get pods -n <namespace> -l gateway.networking.k8s.io/gateway-name=<waypoint-name> \ | ||
| -o jsonpath='{.items[*].spec.containers[*].name}' |
- Add a section on checking if the collector is running. - Add a note that L7 logs will take several minutes to see in the web UI.
169ee49 to
25fe2a0
Compare
|
LGTM, thanks |

Product Version(s):
Link to docs preview:
https://deploy-preview-2906--tigera.netlify.app/calico-enterprise/3.24/observability/elastic/l7/enable-waypoint-collector#verify-the-collector-is-running
SME review:
DOCS review:
Additional information:
Merge checklist: